Skip to content

Pin the CI test badge to the master branch - #766

Merged
laughingman7743 merged 1 commit into
masterfrom
fix/pin-ci-badge-to-master
Sep 2, 2026
Merged

Pin the CI test badge to the master branch#766
laughingman7743 merged 1 commit into
masterfrom
fix/pin-ci-badge-to-master

Conversation

@laughingman7743

Copy link
Copy Markdown
Member

WHAT

Add ?branch=master to the CI test badge in the README (and point its link at the master-filtered run list).

WHY

Without a branch filter, the badge shows the status of the most recent test.yaml run on any branch. Fork PRs trigger test.yaml but receive no OIDC credentials for AWS, so those runs always fail — after merging #763 the README badge showed "failing" even though the latest master run (workflow_dispatch before the v3.36.0 release) succeeded. Pinning the badge to master makes it report the actual CI status.

🤖 Generated with Claude Code

Without a branch filter the badge reflects the most recent test.yaml
run on any branch, including pull_request runs from forks, which always
fail because fork PRs receive no OIDC credentials for AWS. Point the
badge (and its link) at master so it reports the actual CI status.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@laughingman7743
laughingman7743 marked this pull request as ready for review September 2, 2026 14:29
@laughingman7743
laughingman7743 merged commit 0f4fdc8 into master Sep 2, 2026
@laughingman7743
laughingman7743 deleted the fix/pin-ci-badge-to-master branch September 2, 2026 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant